home *** CD-ROM | disk | FTP | other *** search
/ PD Collection CD 1 / PD Collection CD 1.iso / anims / morpher / README
Text File  |  1994-10-12  |  2KB  |  70 lines

  1. !MorphDes and !MorphRun are Copyright © 1994 Jason Howat.
  2.  
  3.  
  4. Copyright notice
  5. ________________
  6.  
  7. This program is FreeWare. This means that I retain the copyright. You may
  8. freely copy and distribute it, provided that it is complete with all
  9. original files, and that you do not sell it. PD libraries may charge a
  10. nominal fee for the cost of duplication, postage etc. When you use the
  11. program, you do so entirely at your own risk.
  12.  
  13.  
  14.  
  15. Sorry... there's not much documentation (yet).
  16.  
  17. !MorphDes and !MorphRun form a package that performs 2D morphing.  It uses
  18. an algorithm presented by Thaddeus Beier and Shawn Neely at SIGGRAPH '92.
  19. See there paper in the July 1992 issue of 'Computer Graphics' for more
  20. information.
  21.  
  22. These programs were written as part of my degree at the University of
  23. Waikato.  If you like them, let me know and I may develop them further.
  24. I have several ideas for enhancing them, but I would rather work on things
  25. that people actually want.
  26.  
  27.  
  28. Jason Howat
  29.  
  30.  
  31. e-mail: jhowat@cs.waikato.ac.nz (should be valid until end '94)
  32. or C/o  pdenize@cs.waikato.ac.nz (my supervisor)
  33.  
  34. snail-mail:  Jason Howat
  35.              4514 SH3/Te Awamutu Road
  36.              RD3
  37.              Ohaupo
  38.              NEW ZEALAND
  39.  
  40.  
  41.  
  42. Things to note:
  43.   - !MorphRun produces format 2 Acorn Replay files (uncompressed
  44.     15-bit RGB).
  45.   - It doesn't restrict the size of input images.  Some Replay formats
  46.     require that the frame is a certain multiple of pixels wide.
  47.   - !MorphRun uses a lot of floating point math.  So, unless you have a
  48.     FPA, you will probably want to use small images.
  49.   - The images look best in a 256 colour mode.
  50.  
  51.  
  52. How to use it:
  53.   1. Take two Clear files that are the same size.
  54.   2. Run !MorphDes and drag the images to its icon.
  55.   3. Use select-drags to add lines to the images.  Use adjust drags in the
  56.      boxes to adjust lines.  Lines should be placed so that corresponding
  57.      features of the two images are marked by a line pair.
  58.   4. Set the number of frames from the image window menu.
  59.   5. Save the sequence description using the save box off the image window
  60.      menu.
  61.   6. Run !MorphRun and drag the sequence description to its icon.
  62.   7. Save the Acorn Replay file.
  63.   8. Wait a few hours!  Click on the !MorphRun icon to get a progress
  64.      report.  Moving the pointer into this window will change it to an
  65.      hourglass, giving the percentage of the current frame that has been
  66.      completed.
  67.  
  68. !MorphDes can also load a sequence description created in a previous
  69. session.
  70.